home *** CD-ROM | disk | FTP | other *** search
/ Gamers Delight 2 / Gamers Delight 2.iso / Aminet / game / role / adms1_1.lha / Kroz / Kroz.objs < prev    next >
Text File  |  1994-07-14  |  2KB  |  97 lines

  1. ;
  2. ; Objects for Kroz I by Adam Dawes.
  3. ;
  4.  
  5. object = switch         ; game name for object
  6.    switch               ; player name for object
  7.    bedroom              ; object start location
  8.    "."                  ; scenery, so no short descriptions needed..
  9.    "."
  10.    "The switch is set in to the wall next to the door. " ; room desc
  11.    article=a            ; indefinite article
  12.    switchable scenery   ; object properties
  13.  
  14. object = light
  15.    light
  16.    bedroom
  17.    "."
  18.    "."
  19.    "The light hangs from the ceiling at a somewhat perculiar angle. "
  20.    article=a
  21.    switchable scenery      ; switchable for the 'examine' command
  22.  
  23. object = window
  24.    window
  25.    bedroom
  26.    "."
  27.    "."
  28.    "Through the window you can see several of the houses that surround \
  29.       yours. It's odd though, they seem to be slowly swaying in the \
  30.       breeze..^"
  31.    article=a
  32.    scenery
  33.  
  34. object = curtain
  35.    curtain
  36.    bedroom
  37.    "."
  38.    "."
  39.    "The curtain is heavy and black, and hangs in front of the window. "
  40.    article=a
  41.    openable scenery
  42.  
  43. object = bedroomdoor
  44.    door
  45.    bedroom
  46.    "."
  47.    "."
  48.    "The door is painted in a nice shade of white. "
  49.    article=a adj=bedroom
  50.    openable scenery
  51.  
  52. object = bathroomwindow
  53.    window
  54.    bathroom
  55.    "."
  56.    "."
  57.    "The window offers a view of your back garden. You could swear that \
  58.       the shed always used to be on the opposite side of the pond!^"
  59.    article=a
  60.    scenery
  61.  
  62. object = bath
  63.    bath
  64.    bathroom
  65.    "bath"
  66.    ""         ; don't mention that the bath is here!
  67.    "The bath is a pale blue colour and looks spotlessly clean.^"
  68.    article=a
  69.    container static
  70.  
  71. object = sink
  72.    sink
  73.    bathroom
  74.    "sink"
  75.    ""         ; don't mention that the sink is here!
  76.    "The sink is a pale blue colour and is very clean.^"
  77.    article=a
  78.    container static
  79.  
  80. object = cabinet
  81.    cabinet
  82.    bathroom
  83.    "medicine cabinet"
  84.    "There is a medicine cabinet here.^"
  85.    "The cabinet is quite small and has a mirror on the front. "
  86.    article=a adj=medicine
  87.    container openable static
  88.  
  89. object = soap
  90.    soap
  91.    cabinet
  92.    "block of soap"
  93.    "There is some soap here.^"
  94.    "The soap is pale blue and patterned beautifully.^"
  95.    article=a weight=20
  96.          ; this object has no properties
  97.